home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mess With 10
/
Mess With 10.iso
/
mac
/
SubMenu3.DIR
/
00201_Script_201
< prev
next >
Wrap
Text File
|
1996-12-18
|
2KB
|
53 lines
on exitFrame
repeat with n = 41 down to 1
if (the type of sprite n <> 0) and (rollover(n) = TRUE) then
if (the cursor of sprite n <> -1) then
if (n = 2) then
if (field "MENU_MSG" <> "Θⁿ╟├Φ≤╟├Θq╟àΩi╟Ç") then
put "Θⁿ╟├Φ≤╟├Θq╟àΩi╟Ç" into field "MENU_MSG"
end if
else if ((n >= 5) and (n <= 10)) then
if (field "MENU_MSG" <> "╟a╟f╟l" & string(n - 4) & "╟¥δIδ¥╟▌╟╚") then
put "╟a╟f╟l" & string(n - 4) & "╟¥δIδ¥╟▌╟╚" into field "MENU_MSG"
end if
else if (n = 11) then
if (field "MENU_MSG" <> "δO∩╝╟à±ü╟╚") then
put "δO∩╝╟à±ü╟╚" into field "MENU_MSG"
end if
else if (n = 12) then
if (field "MENU_MSG" <> "ΘáΩ^╟¥Θ⌐∞╞τâΩ≡╟▌╟╚") then
put "ΘáΩ^╟¥Θ⌐∞╞τâΩ≡╟▌╟╚" into field "MENU_MSG"
end if
else if (n = 13) then
if (field "MENU_MSG" <> "Θⁿ∩╝╟àΩi╟Ç") then
put "Θⁿ∩╝╟àΩi╟Ç" into field "MENU_MSG"
end if
else if (n = 14) then
if (field "MENU_MSG" <> "╔┼╔C╔∞╔┼╔j╔╓┼[╟à±ü╟╚") then
put "╔┼╔C╔∞╔┼╔j╔╓┼[╟à±ü╟╚" into field "MENU_MSG"
end if
else if (n = 15) then
if (field "MENU_MSG" <> "╟ó╟┐╟í╟â┼E┼E┼EεZΦkε╝╟¥ΦI≤■╟▌╟╚") then
put "╟ó╟┐╟í╟â┼E┼E┼EεZΦkε╝╟¥ΦI≤■╟▌╟╚" into field "MENU_MSG"
end if
else if ((n >= 21) and (n <= 41)) then
if (field "MENU_MSG" <> "ΘáΩ^╟¥σ⌐╟╚") then
put "ΘáΩ^╟¥σ⌐╟╚" into field "MENU_MSG"
end if
else
if (field "MENU_MSG" <> "╔}╔E╔X╟¥∞╞╟⌐╟╡╟âΓè╟Ä╟ó") then
put "╔}╔E╔X╟¥∞╞╟⌐╟╡╟âΓè╟Ä╟ó" into field "MENU_MSG"
end if
end if
exit repeat
else
if (field "MENU_MSG" <> "╔}╔E╔X╟¥∞╞╟⌐╟╡╟âΓè╟Ä╟ó") then
put "╔}╔E╔X╟¥∞╞╟⌐╟╡╟âΓè╟Ä╟ó" into field "MENU_MSG"
end if
exit repeat
end if
end if
end repeat
go to the frame
end